home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00030_nois script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
213 b
|
16 lines
on exitFrame
sendAllSprites(#idleSprite)
go the frame
end
on mouseUp
fazBack
end
on idle
global gMustUpdate
set gMustUpdate to false
sendAllSprites(#idleSprite)
if gMustUpdate then updateStage
end